fix(DOC-2058): clarify GCP IAM permissions are for agent, not Terraform bootstrap#531
fix(DOC-2058): clarify GCP IAM permissions are for agent, not Terraform bootstrap#531
Conversation
…rm bootstrap Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis pull request updates the GCP BYOC documentation to clarify IAM permissions. The change specifies that the described IAM permissions are those used by the Redpanda agent service account to manage BYOC resources, distinguishing them from the permissions a user's GCP account needs for the initial Terraform bootstrap. A link reference is also updated from plural to singular form. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Thanks for the update @mfernest . The new docs version makes it clear that such docs page doesn't cover the initial Terraform bootstrap use-case, however this is precisely what customer's pain point is which prompted him to raise two Zendesk tickets. So is there a plan to create dedicated documentation for the needed permissions for the initial Terraform bootstrap use-case? Thanks a lot. |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@matteogaraventa I've made some updates: please review this again! |
Summary
This pull request improves the documentation for creating BYOC clusters on GCP by clarifying prerequisites, separating bootstrap and agent permissions, and updating IAM permissions guidance. The changes help users better understand the required setup and permissions for successful cluster deployment.
rpkversion, necessary GCP user/service account permissions (roles/editoror higher), and Google Cloud CLI setup steps.Preview pages
Create BYOC on GCP
GCP IAM Policies
Fixes DOC-2058
Generated with Claude Code